New Functions in Week 7

xlab

{GGPLOT2}

Label the x axis (ggplot)

confint

{stats}

Calculate confidence Intervals for Model Parameters

geom_vline

{GGPLOT2}

Draws a vertical line

ylab

{GGPLOT2}

Label the y axis (ggplot)

modelsummary

{modelsummary}

Creates regression and data tables

group_tt

{tinytable}

Grouping in tinytable

class

{base}

Retrieve class of an R object

names

{base}

Retrieve names of a list/vector

geom_hline

{GGPLOT2}

Add a horizontal line in GGPLOT2

list

{base}

Create a list object

data.frame

{base}

Create a data.frame from vectors

ggtitle

{GGPLOT2}

Generates a title for a ggplot graph

dim

{base}

Get dimensions of a data frame

The end!